Use HEXO+Github Pages to build my blog

Reference:

Hexo
手把手教你使用Hexo + Github Pages搭建个人独立博客
Hexo(一):在GitHub上搭建静态博客 | HeyJ丶的技术博客
HEXO+Github,搭建属于自己的博客
hexo你的博客
极客学院-Hexo中文站

Recommendable Hexo themes:

Icarus
NexT
Landscape plus
Apollo
TKL

Some basic operation

Create a new post

$ hexo new "My New Post"

Test on local server

$ hexo s

Generate static file

$ hexo g

Deploy

$ hexo d

How to display shortcut icon

\themes\themename\layout\head.ejs

add

<link rel="shoutcut icon" href="/" />